.headline h2 {
    padding: 8px 10px;
    line-height: 34px;
    font-size: 26px;
    font-weight: blod
}

.hide1{
    visibility: hidden;
    z-index: -1;
    position: absolute;
}
.headline h2 a {
    font-weight: blod !important;
    font-size: 28px;
    font-weight: bold;
    line-height: 56px;
}

.headline h2 strong {
    color: #ffa735;
}

.headline p {
    line-height: 24px;
    font-size: 18px;
    font-weight: 500
}

.headline p a {
    margin: 0 15px;
}


/* 首页 */
.inner,
.nav ul,
.links,
.copyright {
    width: 1320px;
}

/* 头部 */
body {
    overflow-x: hidden;
    font-size: 16px;
    color: #333;
    background: #F4F9FF url(../2023images/background3.png) 50% 0 no-repeat;
    /* background-size: 100% auto; */
}

.header,
.content {
    padding: 5px 0;
    position: relative;
    background: none;
}

.header h1 {
    width: 56%;
    height: 182px;
    background: url(../2023images/logo3.png) 0 50% no-repeat;
}

.header h1 a {
    display: block;
    height: 153px;
    width: 578px;
    margin-top: 50px;
}

.nav {
    height: 60px;
    background: none;
}

.nav li a {
    display: block;
    line-height: 60px;
    text-align: center;
    font-size: 28px;
    color: #0F3979;
}

.nav li a:hover,
.nav li.current a {
    background: none;
}

.nav li a b:hover,
.nav li.current a b {
    font-weight: 600;
}

.frr {
    float: right;
    width: 164px;
    height: 30px;
    background: #6BACE8;
    border-radius: 15px;
    margin-top: 6px;
    line-height: 30px;
    text-align: center;
}

.search button .s1,.ssboxxx button .s1{
    display: inline-block;
    width: 26px;
    height: 60px;
    background: url(../2023images/Icon_Search.png) 50% 25% no-repeat;
    position: absolute;
    right: 80px;
}

.search-box button {
    background-color: #E93333;
}

.search-box input {
    width: 420px;
    background-color: #fff;

}

.search-box button a {
    width: 46px;
    height: 19px;
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 28px;
}
.ssboxxx button {
    width: 20px;
    height: 35px;
    line-height:35px;
    background-color: #ffffff;
    border: 0px;
    position: absolute;
    right: 40px;
    color: #fff;
    margin-top:2px;
}

.search p {
    color: #000;
    line-height: 29px;
    text-align: center;
    width: 498px;
    font-size: 12px;
    position: absolute;
    right: 0px;
    top: 63%;
}

.search p a {
    display: inline-block;
    width: 78px;
    height: 28px;
    background: #207DF4;
    padding: 0px 3px;
    cursor: pointer;
    color: #fff;
}

.search p a:hover {
    text-decoration: underline;
}
/* 移动端菜单开始 */
.mask {
    display: none;
    position: fixed;
    z-index: 597;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.75);
    opacity: 0;
    transition: opacity .2s;
}

.mask.on {
    display: block;
    opacity: 1;
}

body.modal-open {
    position: fixed;
    width: 100%;
}

.menu {
    display: none\9;
    position: fixed;
    z-index: 598;
    top: 0;
    right: 0;
    bottom: 0;
    width: 65%;
    background-color: #f5f5f5;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: transform .3s;
    transition: transform .3s;
}

.menu.on {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.menu img {
    display: block;
    width: 70%;
    margin: 27px 20px;
}

.menu li a {
    position: relative;
    display: block;
    margin: 0 15px;
    padding: 0 15px;
    line-height: 50px;
    font-size: 16px;
    color: #048;
}

.menu li a:after {
    content: " ";
    display: inline-block;
    height: 6px;
    width: 6px;
    border-width: 2px 2px 0 0;
    border-color: #ccc;
    border-style: solid;
    -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 10px;
}

.menu li+li a {
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, .2);
}

.menu>ul>li:nth-child(1) {
    animation-delay: .1s;
}

.menu>ul>li:nth-child(2) {
    animation-delay: .2s;
}

.menu>ul>li:nth-child(3) {
    animation-delay: .3s;
}

.menu>ul>li:nth-child(4) {
    animation-delay: .4s;
}

.menu>ul>li:nth-child(5) {
    animation-delay: .5s;
}

.menu-btn {
    display: none;
    position: absolute;
    top: 70px;
    right: 0;
    z-index: 599;
    width: 50px;
    height: 50px;
}

.menu-btn.on,
.menu-btn.fixed {
    position: fixed;
    top: 20px;
}

.menu-btn>span {
    position: absolute;
    left: 0;
    right: 0;
    width: 22px;
    height: 2px;
    margin: 0 auto;
    background: #048;
    border-radius: 2px;
    transition: .25s;
}

.menu-btn>span:nth-child(1) {
    top: 18px;
}

.menu-btn>span:nth-child(2) {
    top: 24px;
}

.menu-btn>span:nth-child(3) {
    top: 30px;
}

.menu-btn.on span,
.hd+.menu-btn>span {
    background: #048;
}

.menu-btn.on span:nth-child(1) {
    top: 21px;
    transform: rotate(45deg);
}

.menu-btn.on span:nth-child(2) {
    opacity: 0;
    transform: rotate(90deg);
}

.menu-btn.on span:nth-child(3) {
    top: 21px;
    transform: rotate(135deg);
}
/* 移动端菜单结束 */


.grid,.p1 {
    background: #fff;
}
.grid {
    width: 1320px;
    padding: 0 20px;
}
.content{
    border-top: 3px solid #176EF5;
    width: 1320px;
    margin: 0 auto 25px;
    padding: 0px 0;
    background-color: #fff;
    margin-bottom: 15px;
}


/* 手机响应式 */
@media (max-width: 480px) {
    .focus .pic img {
        height:250px !important;
    }
    .focus:hover .prev, .focus:hover .next{
        top:46% !important;
    }
    .focus .pic>div{
        height:250px !important;
        padding: 38% 0 0;
    }
    .focus,.focus .pic {
        height: auto;
    }
    .zt li {
        height: 100px;
    }
    .p5-bottom1 ul li a {
        font-size: 19px;
    }
    .focus .navi {
        bottom: 16%;
    }
}


@media (max-width: 1320px) {
	.content,
	.ht,
    .inner,
    .header h1,
    .nav ul,
    .links,
    .copyright,
    .grid {
        width: 100%;
    }
}


@media (max-width: 1200px) {
    .ht,
    .inner,
    .header h1,
    .search-box,
    .nav ul,
    .links,
    .copyright,
    .grid {
        width: 100%;
    }
    .ht {
        margin: 0;
    }

    .ht .fl,
    .side-bar {
        display: none;
    }

    .fr .ipv6 {
        display: none;
    }

    .ht a {
        margin: 0 7px;
    }

    .header {
        background-position: 50% -60px;
        background-size: auto 100%;
    }

    .header h1 {
        height: 100px;
        background-position: 5px 50%;
        background-size: auto 56%;
    }


    .header h1 a {
        margin-top: 0px;
    }

    .inner #search p {
        display: none;
    }

    .nav li {
        width: 16%;
    }

    .nav li a {
        font-size: 16px;
    }

    .ssboxxx a img {
        display: none;;
    }
    .ssboxxx {
        width: 80%;
        display: inline-block;
        margin-left: 25px;
    }



    .search-box {
        position: relative;
        top: 0;
        right: 0;
        margin: 0;
        padding: 10px;
    }

    .search input {
        width: 60%;
        min-width: 230px;
    }

    .footer {
        padding: 20px;
    }
    .menu-btn {
        display: block;
    }
    .nav {
        display: none;
    }

    .content {
        width: auto;
    }
    .ht p, .side-bar {
        display: block;
    }
}

/* 手机响应式 */
@media (max-width: 480px) {
    .focus .pic img {
        height:250px !important;
    }
    .focus:hover .prev, .focus:hover .next{
        top:46% !important;
    }
    .focus .pic>div{
        height:250px !important;
        padding: 38% 0 0;
    }
    .focus,.focus .pic {
        height: auto;
    }
    .zt li {
        height: 100px;
    }
    .p5-bottom1 ul li a {
        font-size: 19px;
    }
    .focus .navi {
        bottom: 16%;
    }
}







@media (max-width: 1200px) {
    .ht,
    .inner,
    .header h1,
    .search-box,
    .nav ul,
    .links,
    .copyright,
    .grid {
        width: 100%;
    }
    .p1 {
        padding: 15px;
    }
.p2 {
    height: auto;
}
.p2-bottom .ul-t li:hover i {
    transform: rotatey(0deg);
}

.p2-bottom .ul-t li {
    text-align: center;
    width: 33%;
}
.p2-bottom .ul-t li a {
    line-height: 10px;
    font-size: 17px;
}
.p2-bottom .ul-t li i {
    width: 100%;
    margin: 12px auto;
}
.focus {
    width: 100%;
    height: auto;
}
.p2-bottom .ul-t li i.s2,
.p2-bottom .ul-t li i.s3,
.p2-bottom .ul-t li i.s4,
.p2-bottom .ul-t li i.s5{
    margin: 12px 0px;
    margin-left: 0px;
}
.p5-bottom1 ul li {
    line-height: 56px;
}

.p2-bottom .ul-t li i.s6 {
    margin: 12px 0px;
    margin-left: 10px;
}
.p2-bottom .ul-t li a {
    line-height: 10px;
    font-size: 14px;
}
.p3_bsfw_top {
    display: none;
}

.p3 .tj .scroll ul li:nth-child(2),
.p3 .tj .scroll ul li:nth-child(3){
    display: none;
}

.p5-bottom1 ul li {
    width: 46.6%;
    padding: 0 10px;
    margin-top: 3px;
    height: auto;
    margin-right: 5px;
}
.p5-bottom1 ul li:nth-child(1),
.p5-bottom1 ul li:nth-child(2),
.p5-bottom1 ul li:nth-child(3),
.p5-bottom1 ul li:nth-child(4) {
    background-size: 100%;
}
.tongji {
    text-align: center;
    width: 100%;
    height: auto;
    background: #e7f4ff url(../2023images/p3background2.png) no-repeat center;
}
.tongji>div:first-of-type,.p3 .sqbj p:first-of-type {
    border-right: 0px;
 width: 100%;
}


.p3 .sjly,.p3 .sqbj {
    position: initial; 
    margin: 0 auto;
    text-align: center;
}

.bmfw .pane1 ul li {
    width: 100%;
}

    .ht {
        margin: 0;
    }

    .ht .fl,
    .side-bar {
        display: none;
    }

    .fr .ipv6 {
        display: none;
    }

    .ht a {
        margin: 0 7px;
    }

    .header {
        background-position: 50% -60px;
        background-size: auto 100%;
    }

    .header h1 {
        height: 100px;
        background-position: 5px 50%;
        background-size: auto 56%;
    }

    .p1 .hidden-xs {
        display: none;
    }

    .header h1 a {
        margin-top: 0px;
    }

    .inner #search p {
        display: none;
    }

    .nav li {
        width: 16%;
    }
    .p1 .lxgs {
        margin: 0px 20px;
        margin-left: 10px;
    }
    .nav li a {
        font-size: 16px;
    }

    .ssboxxx a img {
        display: none;;
    }
    .ssboxxx {
        width: 80%;
        display: inline-block;
        margin-left: 25px;
    }



    .search-box {
        position: relative;
        top: 0;
        right: 0;
        margin: 0;
        padding: 10px;
    }

    .search input {
        width: 60%;
        min-width: 230px;
    }

    .footer {
        padding: 20px;
    }
    .menu-btn {
        display: block;
        z-index: 100;
    }
    .nav {
        display: none;
    }
    .headline h2 a {
        font-size: 18px;
    }
    .p2 .xxgkl {
        display: none;
    }

    .headline h2 {
        padding: 8px 0;
        line-height: 26px;
        font-size: 18px;
        text-align: center;
    }

    .headline p {
        line-height: 22px;
        font-size: 14px;
    }
    .headline p a {
        display: block;
        margin: 0;
        text-overflow: ellipsis;
		text-align:center
    }
    .zxft_jl {
        padding: 5px 10px;
       overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp:2;  /* 设置行数 */
        -webkit-box-orient: vertical;
        text-align: left;
        line-height: 25px;  /* 根据具体高度修改 */
    }
    .zxft_jl {
        margin: 5px 0px;
    }
    #item-hdjl li a {
        white-space: inherit;
    }
    #item-hdjl li .zc-bot a{
        display: none;
    }
    .p5-bottom1 ul li i {
        margin: 11px 0px;
        height: 40%;
    }
    .tjsjright {
        display: block;
    }
    .tjsjright .tjsj1,.bsfwleft .bsfw2{
        display: none;
    }
    .ftyg {
        margin-top: 5px;
    }
    .lxgs{
        margin-bottom: 5px;
    }
    .bsfw .col-md-5 ul li:nth-child(1){
        margin-right: 14px;
    }
    .p5-bottom1 ul li:nth-child(2) b {
        font-size: 16px;
    }
    .p5-bottom1 ul li i {
        display: none;
        padding: 0 8px;
    }
    
}

/*20231030*/
@media(max-width:578px){
	.header h1 a {
	width:80%;
	height:100%
	}
}

@media(max-width:360px){
.ht a {
    margin: 0 2px;
    font-size: 14px;
}
}
